home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000281_news@newsmaster….columbia.edu _Fri Jun 6 14:54:51 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA14119
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 6 Jun 1997 14:54:51 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA11014
  7.     for kermit.misc@watsun; Fri, 6 Jun 1997 14:54:50 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.mathworks.com!cam-news-hub1.bbnplanet.com!su-news-hub1.bbnplanet.com!news.bbnplanet.com!newsout1.alt.net!news1.alt.net!news.aros.net!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: MS Kermit For DOS Setup for TCP/IP
  12. Message-ID: <1997Jun6.084156.98983@cc.usu.edu>
  13. Date: 6 Jun 97 08:41:56 MDT
  14. References: <339647d5.364150@news.pacific.net.sg>
  15. Organization: Utah State University
  16. Lines: 13
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:7132
  18.  
  19. In article <339647d5.364150@news.pacific.net.sg>, hotjava@pacific.net.sg (Petho) writes:
  20. > Hi,
  21. > I'm currently having trouble trying to connect to a Unix system from
  22. > MS Kermit under DOS using Novell's IPXODI.
  23. ----------
  24.     You are loading Novell's TCP/IP stack, apparently, at the same
  25. time as you are trying to use MS-DOS Kermit's TCP/IP stack, and that's
  26. fatal. Only one protocol stack of a given kind (say TCP/IP) can run over
  27. a given lan adapter. To unload Novell's stack say TCPIP UNLOAD; to load
  28. it again say TCPIP. 
  29.     Also, there is no need to have a BIND section if there are no
  30. choices of boards to be made (no alternatives). No harm having it though.
  31.     Joe D.